ComponentOne FlexReport for UWP
Move Method

C1.UWP.FlexReport Assembly > C1.Xaml.FlexReport Namespace > ReportObjectCollection<TItem> Class : Move Method
The current index.
The new index.
Moves the item with the specified index to a new new position specified by newIndex.
Syntax
'Declaration
 
Public Sub Move( _
   ByVal index As System.Integer, _
   ByVal newIndex As System.Integer _
) 
public void Move( 
   System.int index,
   System.int newIndex
)

Parameters

index
The current index.
newIndex
The new index.
See Also

Reference

ReportObjectCollection<TItem> Class
ReportObjectCollection<TItem> Members